home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / SAMP010.RDR < prev    next >
Text File  |  1994-05-23  |  703b  |  23 lines

  1. * Normal Effects
  2.  
  3. global
  4.     sky cloudy
  5.     floor tiles
  6.  
  7. insert before_textures begin_insert
  8. #include "rshapes.inc"
  9. end_insert
  10.  
  11. * The normals are all scaled to a smaller size to fit the unit spheres better.
  12.  
  13. texture red     finish plastic    normal bumps    1 .1
  14. texture yellow  finish plastic    normal dents    1 .1
  15. texture green   finish plastic    normal ripples  1 .1
  16. texture cyan    finish plastic    normal wrinkles 1 .1
  17. texture blue    finish reflective normal bumps    1 .1
  18. texture magenta finish glassy     normal dents    1 .1
  19. texture white   finish glossy     normal ripples  1 .1
  20. texture orange  finish metallic   normal wrinkles 1 .1
  21.  
  22. block ELLIPS external Ellipsoid
  23.